home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / ang279v6.lha / Angband / user / pref.prf < prev    next >
Text File  |  1996-05-14  |  2KB  |  47 lines

  1. # File: pref.prf
  2.  
  3. #
  4. # This is the basic "user pref file"
  5. #
  6. # Basically, this file, and the other "user pref files", contain a set
  7. # of "user pref commands" that are executed after a character is loaded
  8. # or created.  Various commands allow you to create macros, define keymaps,
  9. # modify the attr/chars of various things, change the color information,
  10. # turn options off or on, etc.
  11. #
  12. # This file should contain only "user pref commands" which will work on
  13. # any system, since it is loaded no matter what system is being used.
  14. #
  15. # You can often use a command line argument to specify a replacement
  16. # directory for the "lib/user/" directory, which allows you to keep
  17. # your own local "user pref files" independant of the system files.
  18. #
  19. # Angband will automatically load, if possible, the files "pref.prf",
  20. # "font-xxx.prf" or "graf-xxx.prf", "pref-xxx.prf", "user-xxx.prf",
  21. # "Race.prf", "Class.prf", and "Name.prf", where "xxx" is replaced
  22. # by the "system suffix", and "Race", "Class", and "Name", are
  23. # replaced by the race, class, and name of the current character.
  24. #
  25. # See "lib/help/command.txt" and "src/files.c" for more info.
  26. #
  27.  
  28.  
  29.  
  30. ## OPTION: Display "veins" (white "%") as "normal walls" (white "#") 
  31. ## This replaces the old method of setting "notice_seams" to false,
  32. ## which no longer works as of Angband 2.7.9, for various reasons.
  33. #
  34. #F:50:1/35
  35. #F:51:1/35
  36. #F:52:1/35
  37. #F:53:1/35
  38.  
  39.  
  40. # Command macro -- "X" will now "swap weapons" as long as both weapons
  41. # contain the inscription "@0".  For example, inscribe your main weapon
  42. # as "@1@0" and your digger (or secondary weapon) as "@2@0".
  43.  
  44. A:w0
  45. C:X
  46.  
  47.